Fix the build
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Sun, 30 Jun 2013 15:30:37 +0000 (11:30 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Sun, 30 Jun 2013 15:30:37 +0000 (11:30 -0400)
Remove references to removed files

demos/gtk-demo/demo.gresource.xml
demos/gtk-demo/makefile.msc.in

index fb9c52a775d86abbbffe3a1553164a4586caea36..238fbd9496e01a153e5230c7d7f4bf73b61fa104 100644 (file)
@@ -9,9 +9,6 @@
     <file>application.ui</file>
     <file>menus.ui</file>
   </gresource>
-  <gresource prefix="/appwindow">
-    <file preprocess="to-pixdata">gtk-logo-old.png</file>
-  </gresource>
   <gresource prefix="/builder">
     <file>demo.ui</file>
   </gresource>
@@ -79,7 +76,6 @@
   </gresource>
   <gresource prefix="/sources">
     <file>application.c</file>
-    <file>appwindow.c</file>
     <file>assistant.c</file>
     <file>builder.c</file>
     <file>button_box.c</file>
     <file>toolpalette.c</file>
     <file>transparent.c</file>
     <file>tree_store.c</file>
-    <file>ui_manager.c</file>
   </gresource>
   <gresource prefix="/textview">
     <file>floppybuddy.gif</file>
index 948269dc3865bc98008d76a7046968c2ddb09b86..58e30b1954cfd8b85045003899ac03d42c25f90c 100644 (file)
@@ -36,7 +36,6 @@ all : \
 ## These should be in the order you want them to appear in the 
 ## demo app, which means alphabetized by demo title, not filename
 DEMOS = \
-       appwindow.c     \
        button_box.c    \
        clipboard.c     \
        colorsel.c      \
@@ -63,7 +62,6 @@ demos.h: $(DEMOS) geninclude.pl
        $(PERL) geninclude.pl $(DEMOS) > demos.h
 
 OBJECTS = \
-       appwindow.obj   \
        button_box.obj  \
        changedisplay.obj       \
        clipboard.obj   \